/* 内页大图 */
@import "../iconfont/iconfont.css";
.p-banner {
    background: center no-repeat;
    background-size: cover
}

.p-banner .wal {
    height: 6.8rem;
    padding-top: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff
}

.p-banner h2 {
    font-size: .4rem;
    padding-bottom: .3rem
}

.p-banner .content {
    font-size: .24rem;
    line-height: .36rem
}

/* 面包屑 */
.fixed_nav_swiper {
    font-size: 16px
}

.fixed_nav_swiper li {
    width: auto;
    display: inline-block;
    font-size: 17px;
    padding: 0 .14rem
}

.fixed_nav_swiper a {
    color: #666
}

.fixed_nav_swiper em {
    display: block;
    position: relative;
    line-height: 1rem
}

.fixed_nav_swiper em::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 3px;
    background-color: #237abf;
    left: 0;
    bottom: 0
}

@media (max-width:992px) {
    .fixed_nav_swiper em {
        height: 56px;
        line-height: 56px
    }
}

.fixed_nav_swiper a.active {
    color: #237abf
}

.fixed_nav_swiper a.active em::after {
    width: 100%
}

.fixed_nav {
    overflow: hidden;
    border-bottom: 1px solid #f7f7f7
}

.fixed_nav.gray {
    background-color: #f9f9f9;
    border-bottom: 0
}

.fixed_nav .return {
    height: 56px;
    line-height: 56px;
    background-color: #237abf;
    display: inline-block;
    padding: 0 .34rem
}

.fixed_nav .return em {
    display: block;
    background: url('../images/return.png') no-repeat 0 center;
    padding-left: 36px
}

@media (min-width:992px) {
    .fixed_nav .wrap {
        display: -webkit-flex;
        display: flex;
        display: -webkit-box;
        display: box;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        box-align: center;
        -webkit-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
}

@media (max-width:991px) {
    .fixed_nav .nav {
        text-align: center
    }
}

@media (max-width:991px) {
    .fixed_nav .wrap {
        width: 100vw;
        text-align: center
    }
}

.fixed_nav nav {
    font-size: 18px
}

.fixed_nav nav a {
    position: relative;
    display: block;
    color: #999;
    margin-left: .56rem
}

.fixed_nav nav a:first-child {
    margin-left: 0 !important
}

.fixed_nav nav a:not(.active):hover {
    color: #237abf
}

.fixed_nav nav em {
    display: block;
    position: relative;
    line-height: 1rem
}

.fixed_nav nav em::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 3px;
    background-color: #237abf;
    left: 0;
    bottom: 0
}

@media (max-width:992px) {
    .fixed_nav nav em {
        height: 56px;
        line-height: 56px
    }
}

.fixed_nav nav a.active {
    color: #237abf
}

.fixed_nav nav a.active em::after {
    width: 100%
}

@media (max-width:480px) {
    .fixed_nav nav {
        font-size: 16px;
        min-width: 70%;
        text-align: center
    }
}

@media (max-width:1680px) {
    .fixed_nav.scroll nav a {
        margin-left: .4rem
    }
}

@media (max-width:1360px) {
    .fixed_nav.scroll nav a {
        margin-left: .26rem
    }
}

@media (max-width:1280px) {
    .fixed_nav.scroll nav {
        font-size: 17px
    }

    .fixed_nav.scroll nav a {
        margin-left: .2rem
    }
}

@media (max-width:1199px) {
    .fixed_nav.scroll nav {
        width: 100%;
        text-align: center
    }

    .fixed_nav.scroll nav a {
        font-size: 17px;
        margin-left: .26rem
    }
}

@media (max-width:991px) {
    .fixed_nav.scroll nav {
        overflow-x: auto;
        padding: 0 3vw
    }

    .fixed_nav.scroll nav a {
        margin: 0 !important;
        padding: 0 .1rem
    }
}

.fixed_nav.scroll nav {
    white-space: nowrap
}

.fixed_nav.scroll nav a {
    display: inline-block
}

.fixed_nav:not(.scroll) nav {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.fixed_nav .crumbs {
    color: #999;
    line-height: 1rem
}

.fixed_nav .crumbs>* {
    display: inline-block;
    vertical-align: middle
}

.fixed_nav .crumbs a {
    color: #999;
    font-size: .16rem;
}

.fixed_nav .crumbs a:hover {
    color: #237abf
}

.fixed_nav .crumbs em {
    font-weight: bold;
    color: #000
}

.fixed_nav .crumbs i {
    padding: 0 4px
}

@media (max-width:1680px) {
    .fixed_nav .crumbs i {
        padding: 0 1px
    }
}

@media (max-width:991px) {
    .fixed_nav .crumbs {
        padding: 0 4vw
    }
}


/* 地图联系我们 */

.map_box {
    padding: 1rem 0
}

.map_box.bg {
    background: url('../images/map_bg.jpg') no-repeat center center;
    background-size: cover
}

.map_box .table {
    background: #fff;
    padding: .7rem
}

@media (max-width:1360px) {
    .map_box .table {
        padding: .5rem
    }
}

@media (max-width:480px) {
    .map_box .table {
        padding: .3rem
    }
}

@media (min-width:992px) {
    .map_box .table {
        display: table;
        width: 100%
    }

    .map_box .table>* {
        display: table-cell;
        vertical-align: middle
    }

    .map_box .table .lbox {
        width: 55%
    }

    .map_box .table .rbox {
        padding: .7rem 5%
    }
}

@media (min-width:992px) and (max-width:1300px) {
    .map_box .table .rbox {
        padding: .7rem 3%
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .map_box .table .lbox {
        width: 50%
    }

    .map_box .table .rbox {
        padding: .5rem 0 .5rem 3%
    }
}

.map_box .lbox .map {
    min-height: 4.5rem
}

.map_box .rbox h3 {
    margin-bottom: 4px
}

@media (max-width:991px) {
    .map_box .rbox {
        padding: .8rem 0 .5rem
    }
}

@media (max-width:1360px) {
    .map_box .rbox h3 {
        font-size: 23px
    }

    .map_box .rbox .en {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .map_box .rbox h3 {
        font-size: 20px
    }
}

@media (max-width:480px) {
    .map_box .rbox h3 {
        font-size: 18px
    }

    .map_box .rbox .en {
        font-size: 14px
    }
}

.map_box h3 {
    font-size: 26px;
    font-weight: bold
}

.map_box .en {
    color: #999;
    font-size: 18px
}

.map_box .info {
    margin-top: 20px;
    line-height: 2.2;
    font-size: 16px;
    color: #5e5e5e
}

.bggray{background:#f1f0f0;}

/* 在线留言 */
.idea_form {
    padding: 1rem 0 1.6rem
}

.idea_form .box {
    margin-bottom: .2rem
}

@media (min-width:768px) {
    .idea_form .box {
        display: flex;
        justify-content: space-between
    }

    .idea_form .box .inputbox {
        flex: 1
    }

    .idea_form .box .inputbox+.inputbox {
        margin-left: .4rem
    }
}

.idea_form .tit {
    line-height: 58px;
    padding-left: 20px;
    white-space: nowrap
}

.idea_form .areabox {
    background: #fff;
    border: 1px solid #f1f1f1;
    font-size: 16px;
    margin-bottom: .2rem
}

.idea_form .areabox textarea {
    height: 150px;
    width: 100%;
    font-size: 16px;
    padding: 0 20px 20px
}

.idea_form .inputbox {
    background: #fff;
    border: 1px solid #f1f1f1;
    font-size: 16px;
    display: flex
}

.idea_form .inputbox em {
    color: #e60012
}

.idea_form .inputbox input {
    flex: 1;
    display: block;
    height: 58px;
    font-size: 16px;
    padding-left: .2rem
}

.idea_form .codebox {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    max-width: 400px
}

@media (min-width:768px) {
    .idea_form .codebox {
        width: 50%
    }
}

.idea_form .codebox .inputbox {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.idea_form .codebox .code {
    height: 58px;
    display: block
}

@media (max-width:640px) {
    .idea_form .codebox .code {
        height: 50px
    }
}

@media (max-width:767px) {

    .idea_form .codebox,
    .idea_form .email {
        margin-bottom: .2rem
    }
}

@media (max-width:640px) {
    .idea_form .tit {
        line-height: 50px
    }

    .idea_form input {
        height: 50px !important
    }
}

.idea_form .submit {
    width: 210px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    background-color: #3c98cb;
    color: #fff;
    cursor: pointer;
    font-size: 16px
}

.idea_form .submit:hover {
    background: #000;
    color: #fff
}

@media (max-width:640px) {
    .idea_form .submit {
        height: 50px;
        line-height: 50px
    }
}

/* 新闻列表 */

.news_main {
    padding: .8rem 0
}

.news_list {
    margin-bottom: .5rem
}

@media (min-width:640px) {
    .news_list li {
        display: flex
    }

    .news_list .info {
        flex: 1;
        order: -1;
        padding: 0 .5rem 0 0
    }

    .news_list .img {
        max-width: 4.4rem;
        width: 45%;
        border: 1px #dedede solid;
    }
}

.news_list li {
    padding: .36rem 0;
    border-bottom: 1px solid #f2f2f3;
    position: relative
}

.news_list li::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #3c98cb;
    left: 0;
    bottom: 0;
    transition: .6s
}

@media (min-width:993px) {
    .news_list li {
        position: relative
    }

    .news_list li:hover .title {
        color: #3c98cb
    }

    .news_list li:hover::after {
        width: 100%
    }
}

.news_list .title {
    display: block;
    font-size: 24px;
    position: relative;
    line-height: 30px
}

@media (max-width:992px) {
    .news_list .title {
        font-size: 20px
    }
}

@media (min-width:640px) {
    .news_list .title {
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }
}

@media (min-width:768px) {
    .news_list .info {
        padding: .4rem .5rem .4rem 0
    }
}

@media (max-width:480px) {
    .news_list .info {
        padding: .4rem 0 0
    }
}

.news_list .info .time {
    font-size: 16px;
    margin-bottom: .2rem;
    color: #999;
    font-family: medium
}

.news_list .info .time .day {
    color: #3c98cb;
    padding-right: 3px
}

@media (max-width:480px) {
    .news_list .info .time {
        margin-bottom: .3rem
    }
}

.news_list .info .desc {
    font-size: 16px;
    line-height: 30px;
    height: 90px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    color: #666;
    margin: 10px 0 .3rem
}

@media (max-width:992px) {
    .news_list .info .desc {
        -webkit-line-clamp: 2;
        height: 52px;
        line-height: 26px;
        font-size: 15px
    }
}

@media (max-width:639px) {
    .news_list .info .desc {
        -webkit-line-clamp: 3;
        height: 84px;
        margin-bottom: .4rem
    }
}

@media (max-width:639px) {
    .news_list li {
        margin-bottom: .4rem
    }
}

/* 合作客户 */
.intrduction-box .cItem {
    padding: 0.6rem 0 1.9rem;
    background: #f5f5f5;
  }
  @media (max-width: 480px) {
    .intrduction-box .cItem {
      padding-bottom: 1rem;
    }
  }
  .intrduction-logos {
    width: 88vw;
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 0.7rem;
  }
  .intrduction-logos li {
    float: left;
    transition: 0.5s;
    margin-bottom: 0.3rem;
    padding: 0 0.2rem;
  }
  .intrduction-logos li:hover {
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: translateY(-5px);
  }
  @media (min-width: 993px) {
    .intrduction-logos li {
      width: 16.6666666%;
    }
  }
  @media (max-width: 992px) {
    .intrduction-logos li {
      width: 25%;
    }
  }
  @media (max-width: 768px) {
    .intrduction-logos li {
      width: 33.3%;
    }
  }
  @media (max-width: 640px) {
    .intrduction-logos {
      padding: 0.4rem 0.2rem 0.2rem;
      width: 96%;
    }
  }

/* 产品列表 */
.good-list-box {
    padding: .8rem 0 0.6rem
}

.good-list {
    margin-left: -0.2rem/2;
    margin-right: -0.2rem/2;
    display: flex;
    flex-wrap: wrap
}

.good-list>* {
    padding-left: .2rem/2;
    padding-right: .2rem/2
}

.good-list li {
    margin-bottom: .2rem;
    text-align: center
}

.good-list li .inner {
    background: #fff;
    padding: .2rem;
    transition: .3s
}

@media (min-width:992px) {
    .good-list li:hover .inner {
        box-shadow: 0 0 .2rem rgba(0, 0, 0, 0.1);
        transform: translateY(-5px)
    }
}

.good-list li .info {
    padding: .2rem 0
}

.good-list li .sku {
    font-size: 20px;
    font-family: medium
}

.good-list li .tit {
    color: #999;
    font-size: 16px;
    margin: .1rem 0 .2rem;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

@media (max-width:640px) {
    .good-list li .tit {
        font-size: 14px
    }
}

@media (max-width:480px) {
    .good-list li .tit {
        font-size: 12px
    }
}

.good-list li .more {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 2em;
    border: 1px solid #3c98cb;
    color: #3c98cb;
    display: inline-block;
    font-size: 16px;
    transition: .3s;
    box-sizing: content-box
}

@media (min-width:993px) {
    .good-list li .more:hover {
        background: linear-gradient(to right, #3c98cb, #1a97e4);
        color: #fff
    }
}

@media (max-width:992px) {
    .good-list li .more {
        width: 90px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        font-size: 12px
    }
}
.cover-box {
    position: relative;
    display: block;
    overflow: hidden
}

.cover-box .coverimg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: transform .6s ease 0s
}

.cover-box ._bg {
    width: 100%;
    visibility: hidden;
    display: block
}

@media (min-width:992px) {
    .cover-box:hover .cover-tip {
        opacity: 1;
        filter: alpha(opacity=1)
    }

    .cover-box:hover .coverimg {
        transform: scale(1.05, 1.05)
    }
}

.cover-tip {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .4s ease 0s;
    z-index: 3
}

.cover-tip .bgbox {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    filter: alpha(opacity=60)
}

.cover-tip .stit {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    color: #fff
}

.cover-tip .stit {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    color: #fff
}

.cover-tip .line {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #f2f2f2;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    transition: all .6s ease 0s
}

.cover-tip .linet {
    top: 0
}

.cover-tip .lineb {
    bottom: 0
}

.cover-tip:hover .line {
    width: 6px;
    margin-left: -3px;
    opacity: .6;
    filter: alpha(opacity=60)
}

/* 产品内容页 */
.good-content {
    padding: .6rem 0 1rem;
    background: #f1f0f0;
}

.good-content .wrap {
    max-width: 1400px
}

.good-content h2 {
    font-size: 36px;
    margin-bottom: .3rem;
    font-weight: bold;
    font-family: medium
}

.good-content .info {
    font-size: 16px;
    color: #666;
    line-height: 24/16;
    min-height: 1.2rem
}

.good-content .zxbox {
    margin-top: .5rem
}

.good-content .zxbox .tip {
    color: #666;
    margin-top: .2rem
}

@media (max-width:992px) {
    .good-content .zxbox {
        text-align: center;
        margin-top: 1rem
    }
}

@media (max-width:1200px) {
    .good-content .swiperbox {
        margin-right: 10%
    }
}

@media (max-width:992px) {
    .good-content .content {
        padding-left: 0;
        margin-top: .4rem
    }

    .good-content h2 {
        border-bottom: 0;
        margin-bottom: .1rem;
        text-align: center
    }
}

@media (max-width:768px) {
    .good-content .swiperbox {
        max-width: 100%
    }
}

@media (max-width:480px) {
    .good-content {
        padding-bottom: 1rem;
        padding-top: 1.5rem
    }

    .good-content h2 {
        font-size: 22px
    }
}
.swiperImgs{border: 1px #dedede solid;}
.swiperImgs img {
    width: 100%
}

.swiperdots {
    margin-top: .2rem;
    padding: .2rem;
    border: 1px solid #e5e5e5
}

.swiperdots .swiper-slide {
    position: relative;
    cursor: pointer
}

.swiperdots .swiper-slide::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    left: 0;
    top: 0;
    transition: .3s
}

.swiperdots .swiper-slide-thumb-active::after {
    border-color: #0b7bda
}

.good-content .zxbox {
    margin-top: .5rem
}

.good-content .zxbox .tip {
    color: #666;
    margin-top: .2rem
}

@media (max-width:992px) {
    .good-content .zxbox {
        text-align: center;
        margin-top: 1rem
    }
}

.basemore {
    border-radius: 2em;
    background: linear-gradient(to right, #0b7bda, #1a97e4);
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    display: inline-block;
    letter-spacing: 2px;
    box-sizing: content-box
}

.basemore:hover {
    color: #fff;
    background: #000
}

@media (max-width:768px) {
    .basemore {
        width: 90px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        letter-spacing: 0
    }
}

.good-info-box {
    padding-bottom: 1rem
}

.good-info-box nav {
    position: relative;
    margin-bottom: .4rem;
    border-bottom: 1px solid #dddddd
}

.good-info-box nav .wrap {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    font-size: 20px;
    color: #666
}

.good-info-box nav .wrap a {
    line-height: .8rem;
    padding: 0 .5rem;
    position: relative;
    display: block
}

.good-info-box nav .wrap .active {
    color: #3c98cb
}

.good-info-box nav .wrap .active::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: .04rem;
    background-color: #3c98cb;
    bottom: 0
}

@media (max-width:768px) {
    .good-info-box nav .wrap a {
        height: 1rem;
        line-height: 1rem;
        font-size: 18px;
        padding: 0 .3rem
    }

    .good-info-box nav .wrap a+a {
        margin-left: .2rem
    }
}

.good-info-box .box {
    padding: .4rem 0;
    width: 92vw;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

.good-info-box .box h2 {
    font-size: .3rem;
    padding-left: .32rem;
    position: relative;
    margin-bottom: .3rem
}

.good-info-box .box h2::before {
    content: '';
    display: block;
    width: .12rem;
    height: 70%;
    background-color: #3c98cb;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    left: 0
}

@media (max-width:768px) {
    .good-info-box .box h2 {
        font-size: 22px
    }
}

.good-info-box .box .txt {
    font-size: 16px;
    color: #666;
    line-height: 36px
}

/* 公司简介 */
.about-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1rem 0
}

.about-1 .col {
    width: 7.27rem
}

.about-1 .col .title {
    position: relative;
    padding-bottom: .8rem
}

.about-1 .col .title:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: .38rem;
    width: .6rem;
    height: .04rem;
    background: #3577b3
}

.about-1 .col .title h2 {
    font-size: .38rem;
    line-height: 1em
}

.about-1 .col .title p {
    font-size: .16rem;
    padding-top: .14rem;
    color: #666
}

.about-1 .col .content {
    font-size: .16rem;
    line-height: .3rem;
    text-align: justify;
    color: #666
}

.about-1 .zoomImg {
    width: 7.45rem;
    border-radius: .08rem
}

.about-2 {
    background: url(../images/value.png) center no-repeat;
    background-size: cover;
    min-height: 8rem;
    color: #fff
}

.about-2 .title {
    padding: .94rem 0 .55rem 0;
    font-size: .38rem
}

.about-2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about-2 li {
    width: 7.45rem;
    padding-bottom: .5rem
}

.about-2 li h5 {
    font-size: .24rem;
    padding-bottom: .18rem
}

.about-2 li p {
    max-width: 4.61rem;
    font-size: .16rem;
    line-height: .26rem
}

.about-3 {
    padding: 1rem 0
}

.about-3 ul {
    margin-bottom: -0.8rem
}

.about-3 li {
    margin-bottom: .8rem;
    border-radius: .08rem;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 .04rem .14rem 0 rgba(0, 0, 0, .1)
}

.about-3 li .zoomImg {
    width: 7.45rem
}

.about-3 li .col {
    width: 6.94rem;
    padding-right: .8rem
}

.about-3 li .col .title {
    position: relative;
    padding-bottom: .8rem
}

.about-3 li .col .title:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: .38rem;
    width: .6rem;
    height: .04rem;
    background: #3577b3
}

.about-3 li .col .title h3 {
    font-size: .32rem;
    line-height: 1em
}

.about-3 li .col p {
    font-size: .16rem;
    line-height: .26rem;
    color: #666;
    max-width: 5.6rem
}

.about-3 li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.about-3 li:nth-child(even) .col {
    padding: 0 0 0 .8rem
}


/* 荣誉资质 */
.case-list-box {
    background: #f1f1f1;
    padding: .9rem 0
}

.case-list-box .hd {
    text-align: center
}

.case-list-box .hd h2 {
    font-size: .36rem
}

.case-list-box .hd .en {
    font-size: 16px;
    color: #999;
    position: relative
}

.case-list-box .hd .en::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #3c98cb;
    margin: .2rem 0 .4rem
}

@media (max-width:768px) {
    .case-list-box .hd .en {
        font-size: 14px
    }
}

@media (max-width:480px) {
    .case-list-box .hd .en {
        font-size: 12px
    }
}

.case-list-box .hd .en::after {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.case-list {
    margin-left: -0.11rem;
    margin-right: -0.11rem
}

.case-list>* {
    padding-left: .11rem;
    padding-right: .11rem
}

.case-list .inner {
    background: #fff;
    border: 1px solid #dedede;
    position: relative
}

.case-list .inner .cover-box {
    margin: .4rem
}

.case-list .inner .cover-box .coverimg {
    background-size: contain
}

.case-list .inner::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    transition: all .4s ease 0s;
    height: 3px;
    background: #3c98cb;
    left: 0;
    bottom: 0
}

.case-list .inner:hover::after {
    width: 100%
}

.case-list li {
    margin-bottom: .4rem
}

.case-list li .tit {
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 16px;
    background: #fff;
    border-top: 1px solid #f5f5f5;
    color: #000;
}

@media (max-width:992px) {
    .case-list li {
        margin-bottom: .2rem
    }

    .case-list li .inner {
        padding-bottom: .4rem
    }

    .case-list li .tit {
        height: 50px;
        line-height: 50px;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 55
    }
}

/* 荣誉内容页 */
.article-main {
    margin-top: .9rem;
    margin-bottom: 2rem
}
.arc-sub-list h2 {
    font-size: 24px;
    margin-bottom: .36rem
}

@media (max-width:768px) {
    .arc-sub-list h2 {
        font-size: 22px
    }
}

.arc-sub-list li {
    margin-bottom: 35px
}

.arc-sub-list li .tit {
    display: block;
    margin-top: .12rem;
    font-size: 16px;
    line-height: 1.7
}

.arc-sub-list li .tit:hover {
    color: #074d93
}

.articlebox h1 {
    font-size: .28rem
}

.articlebox .data {
    color: #666;
    padding: 20px 0
}

.articlebox .data span {
    color: #074d93
}

.articlebox article {
    padding: .3rem 0 .8rem;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    font-size: 16px;
    line-height: 1.76
}
.articlebox article img{max-width: 100%;}
.articlebox article p {
    margin-bottom: 1.5em
}

.articlebox article h4 {
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0 20px;
    color: #333
}

.articlebox article img {
    display: block;
    margin: 0 auto
}

.articlebox article a {
    text-decoration: underline
}

.articlebox article a:hover {
    color: #074d93
}

.arc-pnext {
    padding: 20px 0 50px
}

.arc-pnext li {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    color: #999
}
.arc-pnext li a{color: #999;}

.arc-pnext .item:hover {
    color: #074d93
}

@media (max-width:992px) {
    .arc-pnext {
        border-bottom: 1px solid #f5f5f5;
        margin-bottom: 1rem
    }
}

/* 行业应用 */
.base-h2 {
    font-size: 0.4rem;
    text-align: center;
    font-weight:bold;
  }
  .base-h2::after {
    content: '';
    display: block;
    width: 0.96rem;
    height: 4px;
    background: #f38031;
    margin: 0.52rem auto 0;
    transition: all 0.3s;
  }
  .base-h2:hover::after {
    width: 2.4rem;
  }
  @media (max-width: 480px) {
    .base-h2 {
      font-size: 20px;
    }
  }
.case-box {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 1520px;
    
    padding-top: .6rem;
    padding-bottom: .4rem;
  }
  .base-head {
    text-align: center;
    margin-bottom: .2rem;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 1520px;
   
  }
  .base-head h2 {
    margin-bottom: 0.4rem;
  }
  .base-head h2::after {
    display: none;
  }
  .base-head .desc {
    font-size: 16px;
    color: #666;
    line-height: 1.76;
  }
  @media (max-width: 768px) {
    .base-head h2 {
      font-size: 24px;
      font-weight: normal;
    }
    .base-head .desc {
      font-size: 14px;
    }
  }
  .case-list {
    text-align: center;
    color: #fff;
    margin-left: -20px;
    margin-right: -20px;
  }
  .case-list li {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
  @media (max-width: 640px) {
    .case-list {
      margin-left: -5px;
      margin-right: -5px;
    }
    .case-list li {
      padding-left: 5px;
      padding-right: 5px;
      margin-bottom: 10px;
    }
  }
  .case-list a {
    color: #fff;
  }
  .case-list li {
    margin-bottom: 40px;
  }
  .case-list .img img {
    transition: all 0.3s;
    width: 100%;
  }
  .case-list .inner {
    position: relative;
    transition: all 0.3s;
    overflow: hidden;
  }
  .case-list h4 {
    line-height: 50px;
    font-size: 18px;
    transition: all 0.3s;
  }
  .case-list .info {
    overflow: hidden;
    transition: all 0.3s;
    font-size: 16px;
    text-align: left;
  }
  @media (min-width: 992px) {
    .case-list .cover {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.8);
      height: 50px;
      transition: all 0.3s;
    }
    .case-list .c-inner {
      padding: 0 30px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      right: 0;
    }
    .case-list .info {
      line-height: 0;
      opacity: 0;
    }
    .case-list li:hover h4 {
      font-size: 24px;
      padding-bottom: 10px;
    }
    .case-list li:hover .cover {
      height: 100%;
    }
    .case-list li:hover .info {
      line-height: 1.625;
      opacity: 1;
    }
    .case-list li:hover .img img {
      filter: blur(15px);
      -webkit-filter: blur(15px);
      transform: scale(1.2);
    }
  }
  @media (max-width: 1200px) {
    .case-list {
      margin-left: -10px;
      margin-right: -10px;
    }
    .case-list li {
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 20;
    }
    .case-list .info {
      font-size: 13px;
    }
  }
  @media (max-width: 1200px) and (max-width: 640px) {
    .case-list {
      margin-left: -5px;
      margin-right: -5px;
    }
    .case-list li {
      padding-left: 5px;
      padding-right: 5px;
      margin-bottom: 10px;
    }
  }
  @media (max-width: 992px) {
    .case-list {
      margin-left: 0;
      margin-right: 0;
    }
    .case-list > * {
      padding-left: 0;
      padding-right: 0;
    }
    .case-list li {
      text-align: left;
      margin-bottom: 40px;
    }
    .case-list li .img {
      height: 5.6rem;
      overflow: hidden;
    }
    .case-list li i {
      margin-bottom: 20px;
    }
    .case-list li .cover {
      padding-left: 16px;
      margin-top: 10px;
      color: #333;
    }
    .case-list li h4 {
      font-size: 22px;
      position: relative;
      font-weight: normal;
    }
    .case-list li h4::before {
      content: '';
      display: inline-block;
      width: 5px;
      height: 25px;
      vertical-align: middle;
      margin-right: 10px;
      background-color: #b81b22;
    }
    .case-list li .info {
      font-size: 15px;
      line-height: 22px;
      padding-left: 15px;
    }
  }

/* 组织架构 */
.team_box_two {
    padding: .86rem 0 1.2rem;
    background: url('../images/map.png') no-repeat center center;
    background-size: contain
}

.team_box_two h2 {
    font-size: .4rem;
    font-weight: bold;
    margin-bottom: .4rem
}

@media (max-width:1200px) {}

@media (max-width:992px) {}

@media (max-width:640px) {
    .team_box_two h2 {
        font-size: 22px
    }
}

.team_box_two .bd {
    text-align: center
}



/* 上下页 */
.scott {
	text-align: center;
	margin-top: 20px;
	padding-bottom: 40px;
}

.scott a,.scott span {
	width: 35px;
	height: 35px;
	margin: 0 3px;
	display: inline-block;
	background-color: #fff;
	line-height: 35px;
	color: #1f0a42;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6;
	font-size: 18px;
	border-radius: 50px
}

.scott .current,.scott a:hover{
	background: #3c98cb;
	color: #fff;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6
}


/* 发展历程 */
.w_wrap{position: relative; width: 100%; background: #fff; padding-bottom: 100px;}
.ban_wrap{margin-top:80px; }
.tit_wrap{text-align: center; position: relative; width: 252px;padding: 70px 0; margin: 0 auto;}
.tit_wrap .main_tit{font-size: .36rem; color: #333; line-height: 1em;}
.tit_wrap .sub_tit{font-size: 14px; color: #bbb; line-height: 1em;}
.tit_wrap .tit_line{width: 100%; height: 60px; background: url(../images/tit_line.png) center no-repeat transparent;}
.w1174{
    width:1174px;
    margin: 0 auto;
    height: auto;
    position: relative;
}
@media screen and (max-width:1200px) {
    .w1174{
      width:98%;
    }
}
.deve_timeline{padding: 20px 0;
    margin: 4em auto;
    width: 90%;
    max-width: 1000px;
    position: relative; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/de_mapbg.jpg) center  40px no-repeat;}
.deve_timeline:before {
    content: "";
    background-color: #237abf;
    margin-left: -2px;
    position: absolute;
    display: block;
    height: 100%;
    width: 4px;
    left: 50%;
    top: 0;
}
.deve_timeline li{
    margin: 0;
    border: 0 none;
    padding: 30px 38px 50px 0px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
}
.deve_timeline li:nth-child(odd) {
    margin-left: 50%;
     padding: 30px 0 50px 38px;
    text-align: left;
}
.deve_timeline .dot{
    display:block;
    position: absolute;
    text-align: center;
    left: 50%;
    z-index: 10;
    background: #237abf;
    margin: 30px 0 0 -5px;
    border-radius: 100%;
    height: 10px;
    width: 10px;
}

.deve_timeline li p{
    color:#666;
    font-size: .16rem;
    line-height: 25px;
   
}
.deve_timeline li b{
    display: block;
    font-weight: normal;
     font-size: .36rem;
    padding-bottom: 15px;
    color: #237abf;
}














